home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ircii2-6.zip / SRC\IRCII-2.6\INCLUDE\NUMBERS.H < prev    next >
C/C++ Source or Header  |  1994-12-28  |  380b  |  21 lines

  1. /*
  2.  * numbers.h: header for numbers.c
  3.  *
  4.  * written by michael sandrof
  5.  *
  6.  * copyright(c) 1990 
  7.  *
  8.  *
  9.  * @(#)$Id: numbers.h,v 1.4 1994/07/02 02:38:10 mrg Stab $
  10.  * see the copyright file, or do a help ircii copyright 
  11.  */
  12.  
  13. #ifndef _NUMBERS_H_
  14. #define _NUMBERS_H_
  15.  
  16. extern    char    *numeric_banner();
  17. extern    void    display_msg();
  18. extern    void    numbered_command();
  19.  
  20. #endif /* _NUMBERS_H_ */
  21.